home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / FILE1 < prev    next >
Text File  |  1998-02-12  |  586b  |  25 lines

  1. /* $VER: FILE1 1.1 (12.2.98)
  2.  *
  3.  * X file system entry
  4.  *
  5.  * This mount file enables reading and writing of virtual disks
  6.  * which exist as files (disk images) on other disks.
  7.  */
  8.  
  9. FileSystem     = L:xfsd
  10. Device         = file.device
  11. Unit           = 1
  12. Flags          = 0xFF000000 /* mounts all volumes on wb, see mount.xfsd */
  13. Surfaces       = 2
  14. BlocksPerTrack = 11
  15. Reserved       = 0
  16. Interleave     = 0
  17. LowCyl         = 0
  18. HighCyl        = 79
  19. Buffers        = 15
  20. BufMemType     = 1
  21. StackSize      = 16000
  22. Priority       = 8
  23. GlobVec        = -1
  24. DosType        = 0x58465344 /* 'XFSD' */
  25.